Phasor

In physics and engineering, a phase vector, or phasor, is a representation of a sine wave whose amplitude (A) and angular frequency (ω) are time-invariant. It is a subset of a more general concept called analytic representation. Phasors decompose the behavior of a sinusoid into three independent factors that relay amplitude, frequency and phase information. This can be particularly useful because the frequency factor (which includes the time-dependence of the sine wave) is often common to all the components of a linear combination of sine waves. In these situations, phasors allow this common feature to be factored out, leaving just the time-independent amplitude and phase information (the latter simply defining the phase at t=0 as θ), which can be combined algebraically rather than trigonometrically. Similarly, linear differential equations can be reduced to algebraic ones. The term phasor therefore often refers to just those two factors. In older texts, a phasor is also referred to as a sinor.

Contents

Definition

Euler's formula indicates that sine waves can be represented mathematically as the sum of two complex-valued functions:

A\cdot \cos(\omega t %2B \theta) = A \cdot \frac{e^{i(\omega t %2B \theta)} %2B e^{-i(\omega t %2B \theta)}}{2},    [1]

or as the real part of one of the functions:


\begin{align}
A\cdot \cos(\omega t %2B \theta) &= \operatorname{Re} \left\{ A\cdot e^{i(\omega t %2B \theta)}\right\} \\
&= \operatorname{Re} \left\{ A e^{i\theta} \cdot e^{i\omega t}\right\}.
\end{align}

As indicated above, phasor can refer to either  A e^{i\theta} e^{i\omega t}\, or just the complex constant,  A e^{i\theta}\,  . In the latter case, it is understood to be a shorthand notation, encoding the amplitude and phase of an underlying sinusoid.

An even more compact shorthand is angle notation:  A \angle \theta.\,

The sine wave can be understood as the projection onto the real axis of a rotating vector on the complex plane. The modulus of this vector is the amplitude of the oscillations, while its argument is the total phase \omega t%2B\theta. The phase constant \theta represents the angle that the complex vector forms with the real axis at t = 0.

Phasor arithmetic

Multiplication by a constant (scalar)

Multiplication of the phasor  A e^{i\theta} e^{i\omega t}\, by a complex constant,  B e^{i\phi}\,  produces another phasor. That means its only effect is to change the amplitude and phase of the underlying sinusoid:


\begin{align}
\operatorname{Re}\{(A e^{i\theta} \cdot B e^{i\phi})\cdot e^{i\omega t} \}
&= \operatorname{Re}\{(AB e^{i(\theta%2B\phi)})\cdot e^{i\omega t} \} \\
&= AB \cos(\omega t %2B(\theta%2B\phi))
\end{align}

In electronics, B e^{i\phi}\,  would represent an impedance, which is independent of time. In particular it is not the shorthand notation for another phasor. Multiplying a phasor current by an impedance produces a phasor voltage. But the product of two phasors (or squaring a phasor) would represent the product of two sine waves, which is a non-linear operation that produces new frequency components. Phasor notation can only represent systems with one frequency, such as a linear system stimulated by a sinusoid.

Differentiation and integration

The time derivative or integral of a phasor produces another phasor.[2] For example:


\begin{align}
\operatorname{Re}\left\{\frac{d}{dt}(A e^{i\theta} \cdot e^{i\omega t})\right\}
&= \operatorname{Re}\{A e^{i\theta} \cdot i\omega e^{i\omega t}\} \\
&= \operatorname{Re}\{A e^{i\theta} \cdot e^{i\pi/2} \omega e^{i\omega t}\} \\
&= \operatorname{Re}\{\omega A e^{i(\theta %2B \pi/2)} \cdot e^{i\omega t}\} \\
&= \omega A\cdot \cos(\omega t %2B \theta %2B \pi/2)
\end{align}

Therefore, in phasor representation, the time derivative of a sinusoid becomes just multiplication by the constant, i \omega = (e^{i\pi/2} \cdot \omega).\,  Similarly, integrating a phasor corresponds to multiplication by \frac{1}{i\omega} = \frac{e^{-i\pi/2}}{\omega}.\,  The time-dependent factor,  e^{i\omega t}\,,  is unaffected. When we solve a linear differential equation with phasor arithmetic, we are merely factoring  e^{i\omega t}\,  out of all terms of the equation, and reinserting it into the answer. For example, consider the following differential equation for the voltage across the capacitor in an RC circuit:

\frac{d\ v_C(t)}{dt} %2B \frac{1}{RC}v_C(t) = \frac{1}{RC}v_S(t)

When the voltage source in this circuit is sinusoidal:

v_S(t) = V_P\cdot \cos(\omega t %2B \theta),\,

we may substitute:


\begin{align}
v_S(t) &= \operatorname{Re} \{V_s \cdot e^{i\omega t}\} \\
\end{align}
v_C(t) = \operatorname{Re} \{V_c \cdot e^{i\omega t}\},

where phasor  V_s = V_P e^{i\theta},\,  and phasor V_c\, is the unknown quantity to be determined.

In the phasor shorthand notation, the differential equation reduces to[3]:

i \omega V_c %2B \frac{1}{RC} V_c = \frac{1}{RC}V_s

Solving for the phasor capacitor voltage gives:


V_c = \frac{1}{1 %2B i \omega RC} \cdot (V_s) = \frac{1-i\omega R C}{1%2B(\omega R C)^2} \cdot (V_P e^{i\theta})\,

As we have seen, the factor multiplying V_s\,  represents differences of the amplitude and phase of v_C(t)\,  relative to V_P\,  and \theta.\,

In polar coordinate form, it is:

\frac{1}{\sqrt{1 %2B (\omega RC)^2}}\cdot e^{-i \phi(\omega)},\text{ where }\phi(\omega) = \arctan(\omega RC).\,

Therefore:

v_C(t) = \frac{1}{\sqrt{1 %2B (\omega RC)^2}}\cdot V_P \cos(\omega t %2B \theta- \phi(\omega))

Addition

The sum of multiple phasors produces another phasor. That is because the sum of sine waves with the same frequency is also a sine wave with that frequency:


\begin{align}
A_1 \cos(\omega t %2B \theta_1) %2B A_2 \cos(\omega t %2B \theta_2)
&= \operatorname{Re} \{A_1 e^{i\theta_1}e^{i\omega t}\} %2B \operatorname{Re} \{A_2 e^{i\theta_2}e^{i\omega t}\} \\
&= \operatorname{Re} \{A_1 e^{i\theta_1}e^{i\omega t} %2B A_2 e^{i\theta_2}e^{i\omega t}\} \\
&= \operatorname{Re} \{(A_1 e^{i\theta_1} %2B A_2 e^{i\theta_2})e^{i\omega t}\} \\
&= \operatorname{Re} \{(A_3 e^{i\theta_3})e^{i\omega t}\} \\
&= A_3 \cos(\omega t %2B \theta_3),
\end{align}

where:


A_3^2 = (A_1 \cos{\theta_1}%2BA_2 \cos{\theta_2})^2 %2B (A_1 \sin{\theta_1}%2BA_2 \sin{\theta_2})^2,

\theta_3 = \arctan{\left(\frac{A_1 \sin{\theta_1} %2B A_2 \sin{\theta_2}}{A_1 \cos{\theta_1} %2B A_2 \cos{\theta_2}}\right)}

or, via the law of cosines on the complex plane (or the trigonometric identity for angle differences):


A_3^2 = A_1^2 %2B A_2^2 - 2 A_1 A_2 \cos(180^\circ - \Delta\theta),
      = A_1^2 %2B A_2^2 %2B 2 A_1 A_2 \cos(\Delta\theta),

where \Delta\theta = \theta_1 - \theta_2. A key point is that A3 and θ3 do not depend on ω or t, which is what makes phasor notation possible. The time and frequency dependence can be suppressed and re-inserted into the outcome as long as the only operations used in between are ones that produce another phasor. In angle notation, the operation shown above is written:

A_1 \angle \theta_1 %2B A_2 \angle \theta_2 = A_3 \angle \theta_3.

Another way to view addition is that two vectors with coordinates [A1 cos(ωt+θ1), A1 sin(ωt+θ1)] and [A2 cos(ωt+θ2), A2 sin(ωt+θ2)] are added vectorially to produce a resultant vector with coordinates [A3 cos(ωt+θ3), A3 sin(ωt+θ3)]. (see animation)

In physics, this sort of addition occurs when sine waves interfere with each other, constructively or destructively. The static vector concept provides useful insight into questions like this: "What phase difference would be required between three identical waves for perfect cancellation?" In this case, simply imagine taking three vectors of equal length and placing them head to tail such that the last head matches up with the first tail. Clearly, the shape which satisfies these conditions is an equilateral triangle, so the angle between each phasor to the next is 120° (2π/3 radians), or one third of a wavelength λ/3. So the phase difference between each wave must also be 120°, as is the case in three-phase power

In other words, what this shows is:

\cos(\omega t) %2B \cos(\omega t %2B 2\pi/3) %2B \cos(\omega t %2B4\pi/3) = 0.\,

In the example of three waves, the phase difference between the first and the last wave was 240 degrees, while for two waves destructive interference happens at 180 degrees. In the limit of many waves, the phasors must form a circle for destructive interference, so that the first phasor is nearly parallel with the last. This means that for many sources, destructive interference happens when the first and last wave differ by 360 degrees, a full wavelength \lambda. This is why in single slit diffraction, the minima occurs when light from the far edge travels a full wavelength further than the light from the near edge.

Phasor diagrams

Electrical engineers, electronics engineers, electronic engineering technicians and aircraft engineers all use phasor diagrams to visualize complex constants and variables (phasors). Like vectors, arrows drawn on graph paper or computer displays represent phasors. Cartesian and polar representations each have advantages.

Circuit laws

With phasors, the techniques for solving DC circuits can be applied to solve AC circuits. A list of the basic laws is given below.

Given this we can apply the techniques of analysis of resistive circuits with phasors to analyze single frequency AC circuits containing resistors, capacitors, and inductors. Multiple frequency linear AC circuits and AC circuits with different waveforms can be analyzed to find voltages and currents by transforming all waveforms to sine wave components with magnitude and phase then analyzing each frequency separately, as allowed by the superposition theorem.

Power engineering

In analysis of three phase AC power systems, usually a set of phasors is defined as the three complex cube roots of unity, graphically represented as unit magnitudes at angles of 0, 120 and 240 degrees. By treating polyphase AC circuit quantities as phasors, balanced circuits can be simplified and unbalanced circuits can be treated as an algebraic combination of symmetrical circuits. This approach greatly simplifies the work required in electrical calculations of voltage drop, power flow, and short-circuit currents. In the context of power systems analysis, the phase angle is often given in degrees, and the magnitude in rms value rather than the peak amplitude of the sinusoid.

The technique of synchrophasors uses digital instruments to measure the phasors representing transmission system voltages at widespread points in a transmission network. Small changes in the phasors are sensitive indicators of power flow and system stability.

Footnotes

  1. ^
    • i is the Imaginary unit (i^2 = -1).
    • In electrical engineering texts, the imaginary unit is often symbolized by j.
    • The frequency of the wave, in Hz, is given by \omega/2\pi.
  2. ^ This results from:  \frac{d}{dt}(e^{i \omega t}) = i \omega e^{i \omega t} which means that the complex exponential is the eigenfunction of the derivative operation.
  3. ^ Proof:

    \frac{d\ \operatorname{Re} \{V_c \cdot e^{i\omega t}\}}{dt} %2B \frac{1}{RC}\operatorname{Re} \{V_c \cdot e^{i\omega t}\} = \frac{1}{RC}\operatorname{Re} \{V_s \cdot e^{i\omega t}\}

     

     

     

     

    (Eq.1)

    Since this must hold for all t\,, specifically:  t-\frac{\pi}{2\omega },\,  it follows that:

    \frac{d\ \operatorname{Im} \{V_c \cdot e^{i\omega t}\}}{dt} %2B \frac{1}{RC}\operatorname{Im} \{V_c \cdot e^{i\omega t}\} = \frac{1}{RC}\operatorname{Im} \{V_s \cdot e^{i\omega t}\}

     

     

     

     

    (Eq.2)

    It is also readily seen that:

    \frac{d\ \operatorname{Re} \{V_c \cdot e^{i\omega t}\}}{dt} 
= \operatorname{Re} \left\{ \frac{d\left( V_c \cdot e^{i\omega t}\right)}{dt} \right\}
= \operatorname{Re} \left\{ i\omega V_c \cdot e^{i\omega t} \right\}
    \frac{d\ \operatorname{Im} \{V_c \cdot e^{i\omega t}\}}{dt} 
= \operatorname{Im} \left\{ \frac{d\left( V_c \cdot e^{i\omega t}\right)}{dt} \right\}
= \operatorname{Im} \left\{ i\omega V_c \cdot e^{i\omega t} \right\}

    Substituting these into  Eq.1 and  Eq.2, multiplying  Eq.2 by i,\,  and adding both equations gives:

    i\omega V_c \cdot e^{i\omega t} %2B \frac{1}{RC}V_c \cdot e^{i\omega t} = \frac{1}{RC}V_s \cdot e^{i\omega t}
    \left(i\omega V_c %2B \frac{1}{RC}V_c = \frac{1}{RC}V_s\right) \cdot e^{i\omega t}
    i\omega V_c %2B \frac{1}{RC}V_c = \frac{1}{RC}V_s \quad\quad(QED)

References

External links